home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / amiga / opalvisn / dropshdw.lha / OPARexxScripts.readme < prev    next >
Encoding:
Text File  |  1993-05-04  |  2.7 KB  |  67 lines

  1. Hello all,
  2.  
  3. Enclosed in this archive are several useful ARexx scripts (and a picture)
  4. for OpalPaint v2.0 and above.  I have also included the "Bevell" bevel box
  5. ARexx script for those who don't already have it, plus a few simple 
  6. variations on the script.  All of these scripts should be copied into the
  7. "OpalPaint:Rexx" directory.
  8.  
  9. Contents of archive:
  10.  
  11. OpalSystem.jpg
  12. --------------
  13. A picture created mostly by some of the ARexx scripts in this archive.
  14. The bevels & "fuzzy" drop shadows were created with the "AskBevell" and
  15. "DropShadow" scripts described below.  Unfortunately, some of the quality
  16. has been lost in the JPEG process, but you can still get the idea.
  17.  
  18. Bevell.oprx
  19. -----------
  20. Creates an automatic bevelled box.  To use, just assign to a key in
  21. OpalPaint and draw a rectangle of the desired size when prompted.  Be sure
  22. to select your color BEFORE drawing the rectangle.
  23.  
  24. AskBevell.oprx
  25. --------------
  26. A simple variant of the Bevell.oprx script that asks for the depth, in
  27. pixels, of the bevel before drawing the box.  The regular bevel script uses
  28. a default of 10 pixels, this script figures out the maximum bevel depth and
  29. presents you with a slider for depth.
  30.  
  31. Bevel+Stencil.oprx
  32. ------------------
  33. Same as above, but also draws the bevel area into the stencil mask.
  34.  
  35. DropShadow.oprx
  36. ---------------
  37. Creates automatic drop shadows for brushes, with optional feathering for
  38. soft-edged shadows and selectable transparency for the shadow.  See the
  39. separate readme file for further details.
  40.  
  41. ScalePage.oprx
  42. --------------
  43. Gives user-definable page scaling in OpalPaint, preserving the aspect
  44. ratio.  The script gives three options: Percentage scale, which presents a
  45. simple slider which will scale the current page by a specified percentage;
  46. scale to width, which asks for a new page width in pixels and scales the
  47. height proportionally; and scale to height, which asks for a new page
  48. height in pixels and scales the width proportionally.  The new page size is
  49. presented after typing in the values, if it is not to your liking, simply
  50. cancel the requester and run the script again by its macro key. This script
  51. was created mainly because I hated having to leave OpalPaint to run ADPro
  52. or ImageFX just to scale an image proportionally.
  53.  
  54. SetSpare.oprx
  55. --------------
  56. Actually, four scripts, called SetSpare1.oprx, SetSpare2.oprx, etc.  These
  57. are extremely simple scripts that set one of the spare draw modes as the
  58. current draw mode.  I find this very useful because I always keep the
  59. incredibly handy "Balance" draw mode in Spare1, but I hate having to go to
  60. the Modes requester everytime I need to access it; so, I assigned 
  61. SetSpare1.oprx to Control-F1 for easy access to the Balance mode (two 
  62. keystrokes).
  63.  
  64.  
  65.  
  66. Greg Niles, Centaur Development
  67.